home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts44-07
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c
- Subject: Re: urgent help needed
- Date: Fri, 02 Feb 96 18:40:21 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4etlgn$7s1@sam.inforamp.net>
- References: <4ehlp6$m42@otis.netspace.net.au>
- NNTP-Posting-Host: ts44-07.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <4ehlp6$m42@otis.netspace.net.au>,
- randy@netspace.net.au (Patrick Liang) wrote:
- >I am currently doing a program to convert the serial number which
- >representing the seconds elapsed between midnight 01/01/1970 and now,
- >to today's day and time. Such as you enter :822819600 it will convert
- >to '28/01/1996 20:00:00'
- >
- >I will be glad that it will be in Visual Basic format, or C. but others
- >will do. Thanks in advance.
- >
- >
- >Patrick
- >
- >PO Box 12020
- >A'beckett St
- >Melbourne Vic 3000
- >Australia
- >
- >PH: 61-3-93870912
- >Fax: 61-3-93870912
- >
-
- Do you have the standard C function strftime.
- I believe this function will do what you want.
-
- Agrivar
-